home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
educate
/
wcstrv11.zip
/
_SETUP.1
/
WCSServer.exe
/
0
/
RCDATA
/
TEDITTRIVUSERSFORM
/
TEDITTRIVUSERSFORM.txt
< prev
Wrap
Text File
|
1997-05-25
|
3KB
|
126 lines
object EditTrivUsersForm: TEditTrivUsersForm
Left = 76
Top = 142
Width = 648
Height = 262
ActiveControl = DBNavPanel
Caption = 'Edit WCS Trivia Users'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object DBNavPanel: TPanel
Left = 0
Top = 0
Width = 640
Height = 41
Align = alTop
TabOrder = 0
object CloseBtn: TBitBtn
Left = 556
Top = 8
Width = 75
Height = 25
Caption = 'Close'
TabOrder = 0
OnClick = CloseBtnClick
Glyph.Data = {
78010000424D7801000000000000760000002800000020000000100000000100
04000000000000000000120B0000120B00000000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
03333377777777777F333301111111110333337F333333337F33330111111111
0333337F333333337F333301111111110333337F333333337F33330111111111
0333337F333333337F333301111111110333337F333333337F33330111111111
0333337F3333333F7F333301111111B10333337F333333737F33330111111111
0333337F333333337F333301111111110333337F33FFFFF37F3333011EEEEE11
0333337F377777F37F3333011EEEEE110333337F37FFF7F37F3333011EEEEE11
0333337F377777337F333301111111110333337F333333337F33330111111111
0333337FFFFFFFFF7F33330000000000033333777777777773330000}
NumGlyphs = 2
end
object DBNav: TDBNavigator
Left = 8
Top = 8
Width = 222
Height = 25
DataSource = DataModuleForm.TriviaDataSource
VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbDelete, nbCancel]
Hints.Strings = (
'First User Record'
'Previous User Record'
'Next User Record'
'Last User Record'
''
'Delete Current Record'
''
''
'Cancel Current Edit'
'')
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
end
object DBGridPanel: TPanel
Left = 0
Top = 41
Width = 640
Height = 194
Align = alClient
BevelInner = bvLowered
BorderWidth = 4
Caption = 'DBGridPanel'
TabOrder = 1
object DBGrid: TDBGrid
Left = 7
Top = 7
Width = 625
Height = 179
Columns = <
item
FieldName = 'USERNAME'
ReadOnly = True
Title.Caption = 'User Name'
Width = 147
end
item
FieldName = 'USERID'
ReadOnly = True
Title.Caption = 'User ID'
end
item
FieldName = 'DATELASTON'
Title.Caption = 'Date Last On'
end
item
FieldName = 'TOTDAYSPL'
Title.Caption = 'Total Days Played'
end
item
FieldName = 'TOTQUESTR'
Title.Caption = 'Total Questions Tried'
end
item
FieldName = 'TOTANSCOR'
Title.Caption = 'Total Correct Answers'
end>
DataSource = DataModuleForm.TriviaDataSource
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
end
end